home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the visible of sprite (the currentSpriteNum - 1) to 1
- end
-
- on mouseLeave me
- set the visible of sprite (the currentSpriteNum - 1) to 0
- end
-
- on mouseUp
- open("3D Interior Designer 2 Lite\Setup.exe")
- halt()
- end
-